'宣言 Public Sub AssignFrom( _ ByVal source As BrickCollection(Of TItem), _ ByVal parent As BrickBase _ )
'使用法 Dim instance As BrickCollection(Of TItem) Dim source As BrickCollection(Of TItem) Dim parent As BrickBase instance.AssignFrom(source, parent)
public void AssignFrom( BrickCollection<TItem> source, BrickBase parent )
パラメータ
- source
- The source collection.
- parent
- The parent for new items in this collection.